C#
VB
C++
Executes the specified delegate. Provides additional state information to be passed to the thread.
public static AsyncResult Execute<T>(
Action<T> d,
T state
)
Public Overloads Shared Function Execute(Of T)( _
ByVal d As Action(Of T), _
ByVal state As T _
) As Leadtools.Dicom.Addin.AsyncResult
public:
static Leadtools.Dicom.Addin.AsyncResult^ Executegeneric<typename T>
(
Action<T^>^ d,
_T^_ state
)
d
The delegate to execute asynchronously.
state
The state information to pass to the thread.
T
The type of parameter this thread uses.
The asynchronous result.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET